[UIApplication sharedApplication] doesn't return windows
Posted
by mxg
on Stack Overflow
See other posts from Stack Overflow
or by mxg
Published on 2009-12-10T08:35:50Z
Indexed on
2010/03/18
4:01 UTC
Read the original article
Hit count: 541
I need to add a view to window on iPhone, so i tried to do this: [[UIApplication sharedApplication] windows]
, but it seams that the array contains only one window.
Can anyone tell me what i'm not doing write/what i need to do?
© Stack Overflow or respective owner